home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / utils1 / fip09.arj / README.1ST < prev    next >
Text File  |  1993-11-07  |  4KB  |  87 lines

  1. This is FIPS v0.9 beta
  2.  
  3. FIPS is a program for non-destructive splitting of harddisk partitions.
  4. Please read the file FIPS.DOC for instructions on the use of FIPS.
  5. The changes from the previons version are listed in the file HISTORY.TXT
  6.  
  7. FIPS is free, but I retain Copyright. If you want to use parts of the source
  8. code in your programs, please contact me.
  9. You may freely redistribute FIPS under the condition that you include all of
  10. the files listed below without changes.
  11.  
  12. As of release 0.3 FIPS is written in C++. The old C sources are still avai-
  13. lable (contact me at schaefer@rbg.informatik.th-darmstadt.de), but I will
  14. probably not keep them up to date with the C++ version. The latest version
  15. of the C-sources is 0.2.3 which is functionally identical to 0.3.
  16.  
  17. This is the second beta release of FIPS. It has been used by several people
  18. on the Net successfully. No serious bugs have been reported. Nevertheless
  19. one can never be sure one hundred percent. FIPS reads and writes the essen-
  20. tial harddisk sectors, so an undiscovered bug may still corrupt your hard-
  21. disk. Use at your own risk!
  22. If you want to make sure not to lose any data, make a complete backup before
  23. using it (in this case you at least save yourself the time needed for re-
  24. storing if it works).
  25.  
  26. However, every effort has been made to provide a maximum of safety. When
  27. there is anything suspicious with the hard disk, the program will typically
  28. exit with an error message, even if DOS doesn't complain.
  29. Since version 0.2 you can override certain error messages using commandline
  30. switches. Please read the file FIPS.DOC for instructions.
  31. If an error occurs, an error message is displayed together with a short
  32. explanation. If you don't know what to make of it, contact me.
  33.  
  34. If you are sure your hard disk is ok or if you can't resolve the problem,
  35. please make a transcript of your session using the -d switch and send it to
  36. me at schaefer@rbg.informatik.th-darmstadt.de. I will usually answer imme-
  37. diately after receiving your mail.
  38.  
  39. You may also drop me a line if FIPS works on your disk, along with a short
  40. description of your configuration (type of drive, the information shown by
  41. FIPS and the OS version), so I know on which configs it works.
  42.  
  43. If you happen to know something about hard disk structures or if you want to
  44. know how FIPS works, please read the file 'techinfo.txt'. I have made some
  45. assumptions that need not necessarily apply to all hard disks, so if anybody
  46. can confirm or correct this, please let me know.
  47.  
  48. You should have received the following files in this archive:
  49.  
  50. CALCULAT.CPP    - calculation of the new root-/bootsector
  51. CHECK.CPP       - checking of the root-/bootsector
  52. CMDL_ARG.CPP    - evaluation of commandline arguments
  53. DISK_IO.CPP     - low level disk io
  54. FAT.CPP         - some operations on the FAT
  55. GLOBAL.CPP      - global procedures
  56. HDSTRUCT.CPP    - harddisk specific code
  57. FIPSSPEC.CPP    - FIPS-specific adaption of harddisk classes
  58. INPUT.CPP       - User input
  59. LOGDR_ST.CPP    - operations on logical drive
  60. MAIN.CPP        - main()
  61. SAVE.CPP        - saving root- and bootsector
  62. DISK_IO.H       - low level disk io classes
  63. FAT.H           - FAT classes
  64. GLOBAL.H        - global definitions
  65. HDSTRUCT.H      - harddisk specific classes
  66. FIPSSPEC.H      - FIPS-specific adaption of harddisk classes
  67. INPUT.H         - user input prototypes
  68. LOGDR_ST.H      - logical drive classes
  69. TYPES.H         - global type definitions
  70.  
  71. RESTORRB.C      - a program that restores root- and bootsector
  72. FIPS.EXE        - the executable of FIPS
  73. RESTORRB.EXE    - the executable of RESTORRB
  74. COPYING         - the GNU general public license
  75. README.1ST      - this file
  76. FIPS.DOC        - the documentation of FIPS
  77. TECHINFO.TXT    - technical info on FIPS
  78. ERRORS.TXT      - a brief explanation of FIPS' error messages
  79. HISTORY.TXT     - the revision history
  80.  
  81. If you lack any of these files, try to get the original archive. If you can't
  82. find it, contact me.
  83.  
  84.  
  85. Arno Schaefer
  86. schaefer@rbg.informatik.th-darmstadt.de
  87.